home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / GAMES / MONOPOLY.ARC / !DataSuite / Docs / DtPtchHelp < prev    next >
Text File  |  1994-07-11  |  2KB  |  42 lines

  1.  
  2.   DataPatch Help File.
  3.   ====================
  4.  
  5.    This module sits in the background and quietly corrects the OS when it
  6.   screws up on sound pitching. Because it is using an OS legal call to do this,
  7.   Sound_Tuning, then all well behaved voice generators will play correctly.
  8.   Thus this module isn't reall a patch just for DataVox, but rather the entire
  9.   sound system, and perhaps might be more aptly named 'SoundPatch'.
  10.  
  11.    The patch only activates on machines that are fitted with RISC OS 2.01 or
  12.   better and have a VIDC1a fitted. VIDC20 or better hardware doesn't require
  13.   this patch as that chip has the sound replay detached from the pixel
  14.   generator clock. If the patch is installed on a machine which doesn't need
  15.   patching then the patch will remain dormant and have no adverse affect, apart
  16.   from consuming a kilobyte or so of RMA.
  17.  
  18.   OSCLI Commands.
  19.   ===============
  20.  
  21.   *DataPatch_Apply <pixel rate> <correction value>
  22.      This command sets a patching value for a certain pixel rate. Four 'slots'
  23.   are provided for correction rates - hopefully that will be enough. By default
  24.   the first slot is filled for PC style modes of 25175 Hertz. Once patches are
  25.   entered they cannot be removed except by killing the module.
  26.  
  27.      The correction value is a number sutiable for passing to the Sound_Tuning
  28.   SWI. (Which is basically all this module is doing.) Extra slots are provided
  29.   with the intention of allowing people with VIDC enhancer boards to be able to
  30.   apply corrections to the sound system, which some boards don't provide in
  31.   their on board software.
  32.  
  33.   Version History
  34.   =========================================================================
  35.   |Version | Comments.                                                    |
  36.   =========================================================================
  37.   | 0.01   | Created the first version of DataPatch. (2/7/1994)           |
  38.   | 0.02   | Fixed the OSCLI command and adjusted the default pitching    |
  39.   |        |  for the 25175 pixel rate modes. (10/7/1994)                 |
  40.   | 0.03   | Corrected the patch to properly account for the weirdness    |
  41.   |        |  in the sound system. (11/7/1994)                            |
  42.   =========================================================================